home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 8 / Hot Mix 8.iso / .all / demos / Imagicians / ca.Big_Icons_Not_For_Demo (.txt) < prev    next >
Text File  |  1994-06-22  |  913b  |  36 lines

  1. #!/bin/csh -f
  2.  
  3. #----------------------------------------------------------
  4. # Notes:
  5. #
  6. #    1) Edit ./config/msgcat/Im.cat to modify labels
  7. #       on the graphical user interface (GUI).
  8. #
  9. #    2) This script resets the environment variables and
  10. #       then invokes an execution based on RELEASE_1.0
  11. #       binary, text and resource files.
  12. #
  13. #    3) Before execution, this script selects the desired
  14. #       version of the Imf resouce files. Each resource
  15. #       file sets the GUI to use different colors. The
  16. #       resource files live in dir: ./config/res.
  17. #
  18. #----------------------------------------------------------
  19.  
  20. setenv DISPLAY :0.0
  21. setenv IMAG_CONFIG_DIR `pwd`/config
  22. setenv XAPPLRESDIR     `pwd`/config/res
  23.  
  24. # Clean up any .IM* files left over from an earlier run if 
  25. # CHANCE'S ART was killed or aborted:
  26.  
  27. if ( `ls -a .IM* | wc -w` > 0 ) rm .IM*
  28.  
  29. cd config/res
  30. rm Imf
  31. cp Imf.Big_Icons_Not_For_Demo Imf
  32. cd ../..
  33.  
  34. ./bin/iai &
  35.  
  36.